Skip navigation links
com.highdeal.pnr.hci

Class AccessModel

    • Constructor Detail

      • AccessModel

        public AccessModel()
        Constructs an empty access.
      • AccessModel

        public AccessModel(String serviceId,
                           String userServiceId)
        Constructs an access with a service identifier and a user service identifier.
        Parameters:
        serviceId - The service identifier of the access
        userServiceId - The user service identifier of the access
    • Method Detail

      • getServiceId

        public String getServiceId()
        Gets the service identifier of the access.
        Returns:
        The service identifier of the access
      • setServiceId

        public void setServiceId(String serviceId)
        Sets the service identifier of the access.
        Parameters:
        serviceId - The service identifier of the access
      • getUserServiceId

        public String getUserServiceId()
        Gets the user service identifier of the access.
        Returns:
        The user service identifier of the access
      • setUserServiceId

        public void setUserServiceId(String userServiceId)
        Sets the user service identifier of the access.
        Parameters:
        userServiceId - The user service identifier of the access
      • getOwner

        public String getOwner()
        Gets the owner of the access.
        Returns:
        The owner of the access
      • setOwner

        public void setOwner(String owner)
        Sets the owner of the access.
        Parameters:
        owner - The owner of the access
      • getAccessibleChargeChronology

        public ChronologyModel getAccessibleChargeChronology()
        Gets the accessible charge chronology of the access.
        Returns:
        The accessible charge chronology of the access
      • getAccessibleCharge

        public AccessibleChargeModel getAccessibleCharge()
        Gets the accessible charge for modification.
        Returns:
        The accessible charge for modification
      • setAccessibleCharge

        public void setAccessibleCharge(AccessibleChargeModel accessibleCharge)
        Sets the accessible charge for modification.
        Parameters:
        accessibleCharge - The accessible charge for modification
      • addChild

        public void addChild(String tagName,
                             XMLMarshallable child)
        Description copied from interface: XMLMarshallable
        Adds a child to the object, the child representing the marshallable object which must be added to the element.
        Specified by:
        addChild in interface XMLMarshallable
        Parameters:
        tagName - The name of tag for the child
        child - The child to be added
      • addCharacterData

        public void addCharacterData(String cData)
        Description copied from interface: XMLMarshallable
        Adds character data to the content element.
        Specified by:
        addCharacterData in interface XMLMarshallable
        Parameters:
        cData - The character data to be added
Document Published: October 2016 (SAP CC 4.1 SP 2 and Later)